scrollbarLineInc
Type
message
Summary
Sent to a scrollbar when the user clicks the increase arrow, scrolling forward one line.
Syntax
scrollbarLineInc <pNewPosition>
Description
Handle the scrollbarLineInc message if you want to respond to the use of the bottom or right scrollbar arrow.
Dragging the scrollbar thumb does not send a scrollbarLineInc message.
If the scrollbarLineInc message is not handled, a scrollbarDrag message is sent in addition.
Parameters
Name | Type | Description |
---|---|---|
pNewPosition | The new position of the scrollbar thumb. |
Examples
on scrollbarLineInc theCard -- use a scrollbar to navigate through cards
go card theCard -- corresponding to the new postion
end scrollbarLineInc
Related
property: lineIncrement, endValue, repeatRate, startValue, thumbPosition
message: scrollbarDrag, scrollbarPageInc, mouseDown, scrollbarLineDec, scrollbarEnd
Compatibility and Support
Introduced
LiveCode 1.0
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile